home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 03 - Red_Ninja.swf / scripts / DefineSprite_122 / frame_20 / DoAction.as
Text File  |  2004-10-04  |  228b  |  19 lines

  1. g = random("3");
  2. h = random("3");
  3. if(g == "1")
  4. {
  5.    _X = _X + random("50");
  6. }
  7. if(g == "2")
  8. {
  9.    _X = _X - random("50");
  10. }
  11. if(h == "1")
  12. {
  13.    _Y = _Y - random("50");
  14. }
  15. if(h == "2")
  16. {
  17.    _Y = _Y + random("50");
  18. }
  19.